[INFO] fetching crate btree_monstousity 0.0.4...
[INFO] checking btree_monstousity-0.0.4 against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] extracting crate btree_monstousity 0.0.4 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate btree_monstousity 0.0.4
[INFO] finished tweaking crates.io crate btree_monstousity 0.0.4
[INFO] tweaked toml for crates.io crate btree_monstousity 0.0.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate btree_monstousity 0.0.4 on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] [stderr]       Adding rand_xorshift v0.3.0 (available: v0.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rand_xorshift v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f
[INFO] running `Command { std: "docker" "start" "21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking btree_monstousity v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/lib.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[macro_use]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::cmp::Ordering`
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use core::cmp::Ordering;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/liballoc.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/liballoc.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `allocator_api`
[INFO] [stdout]    --> src/liballoc/collections/btree/node.rs:224:22
[INFO] [stdout]     |
[INFO] [stdout] 224 |         cfg_attr(not(allocator_api), allow(clippy::extra_unused_type_parameters))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ help: found config with similar value: `feature = "allocator_api"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allocator_api)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allocator_api)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `allocator_api`
[INFO] [stdout]    --> src/liballoc/collections/btree/node.rs:242:22
[INFO] [stdout]     |
[INFO] [stdout] 242 |         cfg_attr(not(allocator_api), allow(clippy::extra_unused_type_parameters))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ help: found config with similar value: `feature = "allocator_api"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allocator_api)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allocator_api)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::default`
[INFO] [stdout]  --> src/liballoc/testing/crash_test.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::default::OrdStoredKey;
[INFO] [stdout]   |            ^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::core::default::OrdStoredKey;
[INFO] [stdout]   |            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::default`
[INFO] [stdout]  --> src/liballoc/testing/ord_chaos.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::default::OrdStoredKey;
[INFO] [stdout]   |            ^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::core::default::OrdStoredKey;
[INFO] [stdout]   |            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/polyfill.rs:300:25
[INFO] [stdout]     |
[INFO] [stdout] 300 |             self.iter().is_sorted_by(|a, b| compare(*a, *b))
[INFO] [stdout]     |                         ^^^^^^^^^^^^ multiple `is_sorted_by` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl of the trait `IterIsSorted` for the type `I`
[INFO] [stdout]    --> src/polyfill.rs:307:9
[INFO] [stdout]     |
[INFO] [stdout] 307 | /         fn is_sorted_by<F>(mut self, compare: F) -> bool
[INFO] [stdout] 308 | |         where
[INFO] [stdout] 309 | |             F: FnMut(&I::Item, &I::Item) -> Option<Ordering>,
[INFO] [stdout]     | |_____________________________________________________________^
[INFO] [stdout]     = note: candidate #2 is defined in an impl of the trait `Iterator` for the type `core::slice::Iter<'a, T>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]     |
[INFO] [stdout] 300 -             self.iter().is_sorted_by(|a, b| compare(*a, *b))
[INFO] [stdout] 300 +             IterIsSorted::is_sorted_by(self.iter(), |a, b| compare(*a, *b))
[INFO] [stdout]     |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]     |
[INFO] [stdout] 300 -             self.iter().is_sorted_by(|a, b| compare(*a, *b))
[INFO] [stdout] 300 +             Iterator::is_sorted_by(self.iter(), |a, b| compare(*a, *b))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]   --> src/liballoc/collections/btree/map/tests.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl<K: OrdStoredKey, V> BTreeMap<K, V> {
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]    --> src/liballoc/collections/btree/map/tests.rs:382:15
[INFO] [stdout]     |
[INFO] [stdout] 382 |     T: Copy + OrdStoredKey + TryFrom<usize>,
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]    --> src/liballoc/collections/btree/map/tests.rs:419:6
[INFO] [stdout]     |
[INFO] [stdout] 419 | impl OrdStoredKey for Align32 {
[INFO] [stdout]     |      ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `SortableBy` in this scope
[INFO] [stdout]    --> src/liballoc/collections/btree/map/tests.rs:817:10
[INFO] [stdout]     |
[INFO] [stdout] 817 |     impl SortableBy<OrdTotalOrder<EvilTwin>> for CompositeKey {
[INFO] [stdout]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]    --> src/liballoc/collections/btree/map/tests.rs:817:21
[INFO] [stdout]     |
[INFO] [stdout] 817 |     impl SortableBy<OrdTotalOrder<EvilTwin>> for CompositeKey {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1293:45
[INFO] [stdout]      |
[INFO] [stdout] 1293 |     fn get<T: Ord>(v: &BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1298:53
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     fn get_mut<T: Ord>(v: &mut BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1303:55
[INFO] [stdout]      |
[INFO] [stdout] 1303 |     fn get_key_value<T: Ord>(v: &BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1308:54
[INFO] [stdout]      |
[INFO] [stdout] 1308 |     fn contains_key<T: Ord>(v: &BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1313:47
[INFO] [stdout]      |
[INFO] [stdout] 1313 |     fn range<T: Ord>(v: &BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: T) {
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1318:55
[INFO] [stdout]      |
[INFO] [stdout] 1318 |     fn range_mut<T: Ord>(v: &mut BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: T) {
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1323:52
[INFO] [stdout]      |
[INFO] [stdout] 1323 |     fn remove<T: Ord>(v: &mut BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1328:58
[INFO] [stdout]      |
[INFO] [stdout] 1328 |     fn remove_entry<T: Ord>(v: &mut BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1333:55
[INFO] [stdout]      |
[INFO] [stdout] 1333 |     fn split_off<T: Ord>(v: &mut BTreeMap<Box<T>, (), OrdTotalOrder<T>>, t: &T) {
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1439:10
[INFO] [stdout]      |
[INFO] [stdout] 1439 |     impl OrdStoredKey for Bad {
[INFO] [stdout]      |          ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1672:22
[INFO] [stdout]      |
[INFO] [stdout] 1672 |     fn map<T: Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                      ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1676:28
[INFO] [stdout]      |
[INFO] [stdout] 1676 |     fn into_iter<T: Sync + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Sync {
[INFO] [stdout]      |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1680:28
[INFO] [stdout]      |
[INFO] [stdout] 1680 |     fn into_keys<T: Sync + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Sync {
[INFO] [stdout]      |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1684:30
[INFO] [stdout]      |
[INFO] [stdout] 1684 |     fn into_values<T: Sync + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Sync {
[INFO] [stdout]      |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1688:31
[INFO] [stdout]      |
[INFO] [stdout] 1688 |     fn drain_filter<T: Sync + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1692:23
[INFO] [stdout]      |
[INFO] [stdout] 1692 |     fn iter<T: Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1696:27
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     fn iter_mut<T: Sync + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1700:23
[INFO] [stdout]      |
[INFO] [stdout] 1700 |     fn keys<T: Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1704:25
[INFO] [stdout]      |
[INFO] [stdout] 1704 |     fn values<T: Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1708:29
[INFO] [stdout]      |
[INFO] [stdout] 1708 |     fn values_mut<T: Sync + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1712:24
[INFO] [stdout]      |
[INFO] [stdout] 1712 |     fn range<T: Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1716:28
[INFO] [stdout]      |
[INFO] [stdout] 1716 |     fn range_mut<T: Sync + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1720:24
[INFO] [stdout]      |
[INFO] [stdout] 1720 |     fn entry<T: Sync + OrdStoredKey + Default>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1724:33
[INFO] [stdout]      |
[INFO] [stdout] 1724 |     fn occupied_entry<T: Sync + OrdStoredKey + Default>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1731:31
[INFO] [stdout]      |
[INFO] [stdout] 1731 |     fn vacant_entry<T: Sync + OrdStoredKey + Default>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ {
[INFO] [stdout]      |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1741:22
[INFO] [stdout]      |
[INFO] [stdout] 1741 |     fn map<T: Send + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Send {
[INFO] [stdout]      |                      ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1745:28
[INFO] [stdout]      |
[INFO] [stdout] 1745 |     fn into_iter<T: Send + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Send {
[INFO] [stdout]      |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1749:28
[INFO] [stdout]      |
[INFO] [stdout] 1749 |     fn into_keys<T: Send + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Send {
[INFO] [stdout]      |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1753:30
[INFO] [stdout]      |
[INFO] [stdout] 1753 |     fn into_values<T: Send + OrdStoredKey>(v: BTreeMap<T, T>) -> impl Send {
[INFO] [stdout]      |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1757:31
[INFO] [stdout]      |
[INFO] [stdout] 1757 |     fn drain_filter<T: Send + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1761:30
[INFO] [stdout]      |
[INFO] [stdout] 1761 |     fn iter<T: Send + Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1765:27
[INFO] [stdout]      |
[INFO] [stdout] 1765 |     fn iter_mut<T: Send + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1769:30
[INFO] [stdout]      |
[INFO] [stdout] 1769 |     fn keys<T: Send + Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1773:32
[INFO] [stdout]      |
[INFO] [stdout] 1773 |     fn values<T: Send + Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1777:29
[INFO] [stdout]      |
[INFO] [stdout] 1777 |     fn values_mut<T: Send + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1781:31
[INFO] [stdout]      |
[INFO] [stdout] 1781 |     fn range<T: Send + Sync + OrdStoredKey>(v: &BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1785:28
[INFO] [stdout]      |
[INFO] [stdout] 1785 |     fn range_mut<T: Send + OrdStoredKey>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1789:24
[INFO] [stdout]      |
[INFO] [stdout] 1789 |     fn entry<T: Send + OrdStoredKey + Default>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1793:33
[INFO] [stdout]      |
[INFO] [stdout] 1793 |     fn occupied_entry<T: Send + OrdStoredKey + Default>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `OrdStoredKey` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1800:31
[INFO] [stdout]      |
[INFO] [stdout] 1800 |     fn vacant_entry<T: Send + OrdStoredKey + Default>(v: &mut BTreeMap<T, T>) -> impl Send + '_ {
[INFO] [stdout]      |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OrdTotalOrder` in this scope
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:2284:36
[INFO] [stdout]      |
[INFO] [stdout] 2284 |     let mut map = BTreeMap::<_, _, OrdTotalOrder<str>>::default();
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/lib.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::cmp::Ordering`
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use core::cmp::Ordering;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/liballoc.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `no_global_oom_handling`
[INFO] [stdout]   --> src/liballoc.rs:38:15
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg(not(no_global_oom_handling))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `allocator_api`
[INFO] [stdout]    --> src/liballoc/collections/btree/node.rs:224:22
[INFO] [stdout]     |
[INFO] [stdout] 224 |         cfg_attr(not(allocator_api), allow(clippy::extra_unused_type_parameters))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ help: found config with similar value: `feature = "allocator_api"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allocator_api)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allocator_api)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `allocator_api`
[INFO] [stdout]    --> src/liballoc/collections/btree/node.rs:242:22
[INFO] [stdout]     |
[INFO] [stdout] 242 |         cfg_attr(not(allocator_api), allow(clippy::extra_unused_type_parameters))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ help: found config with similar value: `feature = "allocator_api"`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(allocator_api)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(allocator_api)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): definitions::Allocator` is not satisfied
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1613:25
[INFO] [stdout]      |
[INFO] [stdout] 1613 |     fn map_key<'new>(v: BTreeMap<&'static str, (), ()>) -> BTreeMap<&'new str, (), ()> {
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `definitions::Allocator` is not implemented for `()`
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `definitions::Allocator` is implemented for `definitions::Global`
[INFO] [stdout]     --> src/polyfill.rs:45:13
[INFO] [stdout]      |
[INFO] [stdout]   45 |             impl Allocator for Global {}
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `map::BTreeMap`
[INFO] [stdout]     --> src/liballoc/collections/btree/map.rs:193:30
[INFO] [stdout]      |
[INFO] [stdout]  193 | pub struct BTreeMap<K, V, A: Allocator + Clone = Global> {
[INFO] [stdout]      |                              ^^^^^^^^^ required by this bound in `BTreeMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `O: definitions::Allocator` is not satisfied
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1810:34
[INFO] [stdout]      |
[INFO] [stdout] 1810 |     fn map<K, O: Clone>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^ the trait `definitions::Allocator` is not implemented for `O`
[INFO] [stdout]      |
[INFO] [stdout] note: required by a bound in `map::BTreeMap`
[INFO] [stdout]     --> src/liballoc/collections/btree/map.rs:193:30
[INFO] [stdout]      |
[INFO] [stdout]  193 | pub struct BTreeMap<K, V, A: Allocator + Clone = Global> {
[INFO] [stdout]      |                              ^^^^^^^^^ required by this bound in `BTreeMap`
[INFO] [stdout] help: consider further restricting type parameter `O` with trait `Allocator`
[INFO] [stdout]      |
[INFO] [stdout] 1810 |     fn map<K, O: Clone + polyfill::definitions::Allocator>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                        ++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `O: definitions::Allocator` is not satisfied
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1828:40
[INFO] [stdout]      |
[INFO] [stdout] 1828 |     fn map_debug<K: Debug, O>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^ the trait `definitions::Allocator` is not implemented for `O`
[INFO] [stdout]      |
[INFO] [stdout] note: required by a bound in `map::BTreeMap`
[INFO] [stdout]     --> src/liballoc/collections/btree/map.rs:193:30
[INFO] [stdout]      |
[INFO] [stdout]  193 | pub struct BTreeMap<K, V, A: Allocator + Clone = Global> {
[INFO] [stdout]      |                              ^^^^^^^^^ required by this bound in `BTreeMap`
[INFO] [stdout] help: consider restricting type parameter `O` with trait `Allocator`
[INFO] [stdout]      |
[INFO] [stdout] 1828 |     fn map_debug<K: Debug, O: polyfill::definitions::Allocator>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                             ++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `O: Clone` is not satisfied
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1828:40
[INFO] [stdout]      |
[INFO] [stdout] 1828 |     fn map_debug<K: Debug, O>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `O`
[INFO] [stdout]      |
[INFO] [stdout] note: required by a bound in `map::BTreeMap`
[INFO] [stdout]     --> src/liballoc/collections/btree/map.rs:193:42
[INFO] [stdout]      |
[INFO] [stdout]  193 | pub struct BTreeMap<K, V, A: Allocator + Clone = Global> {
[INFO] [stdout]      |                                          ^^^^^ required by this bound in `BTreeMap`
[INFO] [stdout] help: consider restricting type parameter `O` with trait `Clone`
[INFO] [stdout]      |
[INFO] [stdout] 1828 |     fn map_debug<K: Debug, O: std::clone::Clone>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                             +++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `O: definitions::Allocator` is not satisfied
[INFO] [stdout]     --> src/liballoc/collections/btree/map/tests.rs:1844:47
[INFO] [stdout]      |
[INFO] [stdout] 1844 |     fn map_clone<K: Clone, O: Clone>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^^^^^ the trait `definitions::Allocator` is not implemented for `O`
[INFO] [stdout]      |
[INFO] [stdout] note: required by a bound in `map::BTreeMap`
[INFO] [stdout]     --> src/liballoc/collections/btree/map.rs:193:30
[INFO] [stdout]      |
[INFO] [stdout]  193 | pub struct BTreeMap<K, V, A: Allocator + Clone = Global> {
[INFO] [stdout]      |                              ^^^^^^^^^ required by this bound in `BTreeMap`
[INFO] [stdout] help: consider further restricting type parameter `O` with trait `Allocator`
[INFO] [stdout]      |
[INFO] [stdout] 1844 |     fn map_clone<K: Clone, O: Clone + polyfill::definitions::Allocator>(mut map: BTreeMap<K, (), O>) {
[INFO] [stdout]      |                                     ++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0405, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `btree_monstousity` (lib test) due to 53 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0034`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `btree_monstousity` (lib) due to 1 previous error; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f", kill_on_drop: false }`
[INFO] [stdout] 21790c1bcd716c18f549e8276321d5b81caef4952b3acca31c1cf504b788ab2f
